diff options
author | Sem <sembrestels@riseup.net> | 2012-07-29 04:47:58 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-07-29 04:47:58 +0200 |
commit | e4c742e5ce21ae857ad28e0ec24fbe6e267adfaa (patch) | |
tree | e696ee4ec72fac41f6056ddba6a7159f909d8342 /actions | |
parent | 55bb2b7ed2583683548e314ae13fadde61eb04d6 (diff) | |
download | elgg-e4c742e5ce21ae857ad28e0ec24fbe6e267adfaa.tar.gz elgg-e4c742e5ce21ae857ad28e0ec24fbe6e267adfaa.tar.bz2 |
Changed plugin name to Lightpics.
Diffstat (limited to 'actions')
-rw-r--r-- | actions/photos/admin/upgrade.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/photos/admin/upgrade.php b/actions/photos/admin/upgrade.php index c9ae1da48..8e03c6bc5 100644 --- a/actions/photos/admin/upgrade.php +++ b/actions/photos/admin/upgrade.php @@ -5,7 +5,7 @@ $plugins_path = elgg_get_plugins_path(); -require_once "{$plugins_path}tidypics/version.php"; +require_once "{$plugins_path}lightpics/version.php"; $local_version = elgg_get_plugin_setting('version', 'tidypics'); @@ -16,7 +16,7 @@ if ($version <= $local_version) { set_time_limit(0); -$base_dir = "{$plugins_path}tidypics/upgrades"; +$base_dir = "{$plugins_path}lightpics/upgrades"; // taken from engine/lib/version.php if ($handle = opendir($base_dir)) { |