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:
@ -27,7 +27,7 @@
|
||||
* </pre>
|
||||
*/
|
||||
|
||||
class Blocks extends SimpleExtension {
|
||||
class Blocks extends Extension {
|
||||
public function onPageRequest(PageRequestEvent $event) {
|
||||
global $config, $page;
|
||||
$all = $config->get_string("blocks_text");
|
||||
|
Reference in New Issue
Block a user