forked from Cavemanon/cavepaintings
remove regular Extension, have SimpleExtension take its place, optimise the event system based on SimpleExtension methods
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
* every couple of hours.
|
||||
*/
|
||||
|
||||
class Featured extends SimpleExtension {
|
||||
class Featured extends Extension {
|
||||
public function onInitExt(InitExtEvent $event) {
|
||||
global $config;
|
||||
$config->set_default_int('featured_id', 0);
|
||||
|
Reference in New Issue
Block a user