1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 09:16:55 +02:00

[ticket/12777] Rename extension status functions and add is_configured()

PHPBB3-12777
This commit is contained in:
Tristan Darricau
2014-06-27 10:49:13 +02:00
parent 9b27d00d5f
commit d13e02c7b1
5 changed files with 34 additions and 11 deletions

View File

@@ -37,7 +37,7 @@ class purge extends command
$this->manager->purge($name);
$this->manager->load_extensions();
if ($this->manager->enabled($name))
if ($this->manager->is_enabled($name))
{
$output->writeln("<error>Could not purge extension $name</error>");
return 1;