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:
@ -6,7 +6,7 @@
|
||||
* Description: Show a twitter feed with the Sea of Clouds script
|
||||
*/
|
||||
|
||||
class TwitterSoc extends SimpleExtension {
|
||||
class TwitterSoc extends Extension {
|
||||
public function onPostListBuilding(PostListBuildingEvent $event) {
|
||||
global $config, $page;
|
||||
if(strlen($config->get_string("twitter_soc_username")) > 0) {
|
||||
|
Reference in New Issue
Block a user