Skip to content

Commit

Permalink
Fix call to saveConfig()
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-werner committed Oct 31, 2011
1 parent c13c302 commit e628bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension.driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function about() {

public function uninstall() {
Symphony::Configuration()->remove('globalparamloader');
Symphony::Configuration()->saveConfig();
Administration::instance()->saveConfig();
Symphony::Database()->query("DROP TABLE `tbl_gpl_sets`");
Symphony::Database()->query("DROP TABLE `tbl_gpl_params`");
}
Expand Down Expand Up @@ -233,4 +233,4 @@ public function isPageSelected($id, $set_id) {
return in_array($id, $pages);
}
}
?>
?>

0 comments on commit e628bb5

Please sign in to comment.