mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[feature/extension-manager] Split disabling extensions up into steps as well
PHPBB3-10323
This commit is contained in:
@@ -2,4 +2,12 @@
|
||||
|
||||
class phpbb_ext_foo_ext extends phpbb_extension_base
|
||||
{
|
||||
static public $disabled;
|
||||
|
||||
public function disable_step($old_state)
|
||||
{
|
||||
self::$disabled = true;
|
||||
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user