aboutsummaryrefslogtreecommitdiff
path: root/actions/photos/admin/upgrade.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-07-29 04:47:58 +0200
committerSem <sembrestels@riseup.net>2012-07-29 04:47:58 +0200
commite4c742e5ce21ae857ad28e0ec24fbe6e267adfaa (patch)
treee696ee4ec72fac41f6056ddba6a7159f909d8342 /actions/photos/admin/upgrade.php
parent55bb2b7ed2583683548e314ae13fadde61eb04d6 (diff)
downloadelgg-e4c742e5ce21ae857ad28e0ec24fbe6e267adfaa.tar.gz
elgg-e4c742e5ce21ae857ad28e0ec24fbe6e267adfaa.tar.bz2
Changed plugin name to Lightpics.
Diffstat (limited to 'actions/photos/admin/upgrade.php')
-rw-r--r--actions/photos/admin/upgrade.php4
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)) {