diff options
Diffstat (limited to 'lib/tidypics.php')
-rw-r--r-- | lib/tidypics.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tidypics.php b/lib/tidypics.php index 62c4c1c89..cbf9c0c28 100644 --- a/lib/tidypics.php +++ b/lib/tidypics.php @@ -128,6 +128,7 @@ function tidypics_get_image_libraries() { function tidypics_is_upgrade_available() { // sets $version based on code require_once elgg_get_plugins_path() . "lightpics/version.php"; + return true; $local_version = elgg_get_plugin_setting('version', 'tidypics'); if ($local_version === false) { |