aboutsummaryrefslogtreecommitdiffstats
path: root/include/security.php
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2014-01-26 14:43:07 +0100
committermarijus <mario@localhost.localdomain>2014-01-26 14:43:07 +0100
commit44658f7b7f03979c3809b046d911ff24484a05c9 (patch)
tree35319a273306c37746d8a9808e34dd004717b2d9 /include/security.php
parent7b52295f8bc279dc836fb32b76cc09da164fbf0b (diff)
parent0948c3c3ca5aa3621247c7a77a05ac5acd085459 (diff)
downloadvolse-hubzilla-44658f7b7f03979c3809b046d911ff24484a05c9.tar.gz
volse-hubzilla-44658f7b7f03979c3809b046d911ff24484a05c9.tar.bz2
volse-hubzilla-44658f7b7f03979c3809b046d911ff24484a05c9.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'include/security.php')
-rw-r--r--include/security.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/security.php b/include/security.php
index 4a15e52af..5e86cf790 100644
--- a/include/security.php
+++ b/include/security.php
@@ -61,7 +61,7 @@ function change_channel($change_channel) {
intval(PAGE_REMOVED)
);
- if($r) {
+ if($r) {
$hash = $r[0]['channel_hash'];
$_SESSION['uid'] = intval($r[0]['channel_id']);
get_app()->set_channel($r[0]);