diff options
author | Pablo Martin <caedes@sindominio.net> | 2012-11-05 08:16:30 +0000 |
---|---|---|
committer | root <root@ops.vz.lan> | 2012-11-05 08:16:40 +0000 |
commit | c11fa1708b9d133c7efe9ca889ff0d9b8017119c (patch) | |
tree | e005cb3e0f234556c6341ecf6a246e5efd2d2d1a /lib/tidypics.php | |
parent | 931b5803ec26a8169870124b0027a5ccf9e3200e (diff) | |
download | elgg-c11fa1708b9d133c7efe9ca889ff0d9b8017119c.tar.gz elgg-c11fa1708b9d133c7efe9ca889ff0d9b8017119c.tar.bz2 |
force allowing an upgrade.
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) { |