aboutsummaryrefslogtreecommitdiffstats
path: root/mod/events.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-01 14:28:35 -0700
committerfriendica <info@friendica.com>2013-08-01 14:28:35 -0700
commit85b6be5b00a4a012bf9a2db8d72e70a225fac8a3 (patch)
tree9ccc936c7cce5f47a3df1ade4404693187ac207c /mod/events.php
parent85c7d7165fadd2a569fafda824e4ac83af36ea12 (diff)
parent7d00f61ceb6dc04329a703987682ab49d71a2531 (diff)
downloadvolse-hubzilla-85b6be5b00a4a012bf9a2db8d72e70a225fac8a3.tar.gz
volse-hubzilla-85b6be5b00a4a012bf9a2db8d72e70a225fac8a3.tar.bz2
volse-hubzilla-85b6be5b00a4a012bf9a2db8d72e70a225fac8a3.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'mod/events.php')
-rwxr-xr-xmod/events.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/events.php b/mod/events.php
index 44f7522ad..f43a99cba 100755
--- a/mod/events.php
+++ b/mod/events.php
@@ -135,6 +135,8 @@ function events_content(&$a) {
return;
}
+ nav_set_selected('all_events');
+
if((argc() > 2) && (argv(1) === 'ignore') && intval(argv(2))) {
$r = q("update event set ignore = 1 where id = %d and uid = %d limit 1",
intval(argv(2)),