1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 22:40:39 +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 enable extends command
$this->manager->enable($name);
$this->manager->load_extensions();
if ($this->manager->enabled($name))
if ($this->manager->is_enabled($name))
{
$this->log->add('admin', ANONYMOUS, '', 'LOG_EXTENSION_ENABLE', time(), array($name));
$output->writeln("<info>Successfully enabled extension $name</info>");