This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
php warning
pull/537/merge
friendica
8 years ago
parent
c0a435aa18
commit
868bdc9b6a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
include/redir.php
+ 1
- 1
include/redir.php
View File
@ -4,7 +4,7 @@ function auto_redir(&$a, $contact_nick) {
// prevent looping
if
(
intval
(
$_REQUEST
,
'redir'
))
if
(
x
(
$_REQUEST
,
'redir'
)
&&
intval
(
$_REQUEST
[
'redir'
]
))
return
;
if
((
!
$contact_nick
)
||
(
$contact_nick
===
$a
->
user
[
'nickname'
]))
Write
Preview
Loading…
Cancel
Save