and make the extensions match
git-svn-id: file:///home/shish/svn/shimmie2/trunk@1003 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
@ -6,10 +6,10 @@
|
||||
* Description: Provides a button to check for updates
|
||||
*/
|
||||
|
||||
class SVNUpdate extends Extension {
|
||||
class SVNUpdate implements Extension {
|
||||
var $theme;
|
||||
|
||||
public function receive_event($event) {
|
||||
public function receive_event(Event $event) {
|
||||
if(is_null($this->theme)) $this->theme = get_theme_object("svn_update", "SVNUpdateTheme");
|
||||
|
||||
if(($event instanceof PageRequestEvent) && ($event->page_name == "update")) {
|
||||
|
Reference in New Issue
Block a user