Skip to content

Commit

Permalink
Fix extension definition (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledeg authored Jan 5, 2021
1 parent 06f3467 commit 42a65b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions xExtension-YouTube/extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ class YouTubeExtension extends Minz_Extension
*/
protected $useNoCookie = false;

public function install() {
return true;
}

public function uninstall() {
return true;
}

/**
* Initialize this extension
*/
Expand Down

0 comments on commit 42a65b0

Please sign in to comment.