Skip to content

Commit

Permalink
fix uninstall fatal
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguffin committed Nov 8, 2018
1 parent 1e1b6e8 commit cc93a63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ WP Robocrop Changelog
-----
- Introduce Changelog
- Fix: Sizes not generated when ocuspoint is selected
- Improve UI: Size names
- Improve UI: Size names, size-thumbnail
- Improve Settings UI

-
2 changes: 1 addition & 1 deletion include/Robocrop/Core/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public function uninstall() {
public static function static_uninstall() {
foreach ( self::$components as $component ) {
$comp = $component::instance();
$comp->unistall();
$comp->uninstall();
}
}

Expand Down

0 comments on commit cc93a63

Please sign in to comment.