aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-29 21:44:30 -0700
committerfriendica <info@friendica.com>2012-03-29 21:44:30 -0700
commite2c295c01f92cf9a1550a231296ff4723172592b (patch)
tree9c6ce502316dd77d79dcb598b877c6e26bd3a4e3 /index.php
parent9332312ce93cd4b7113f31109d4c1dd1656f6189 (diff)
downloadvolse-hubzilla-e2c295c01f92cf9a1550a231296ff4723172592b.tar.gz
volse-hubzilla-e2c295c01f92cf9a1550a231296ff4723172592b.tar.bz2
volse-hubzilla-e2c295c01f92cf9a1550a231296ff4723172592b.zip
another silly mistake
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index d4587b754..2faac1f28 100755
--- a/index.php
+++ b/index.php
@@ -93,8 +93,8 @@ if((x($_SESSION,'language')) && ($_SESSION['language'] !== $lang)) {
load_translation_table($lang);
}
-if(x($_GET,'zurl')) {
- $_SESSION['my_url'] = $_GET['zurl'];
+if(x($_GET,'zrl')) {
+ $_SESSION['my_url'] = $_GET['zrl'];
}
/**