projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fc3b11
)
Prevents annoying warning.
author
Stéphane Jacob
<sj@m4x.org>
Sun, 28 Nov 2010 11:25:06 +0000
(12:25 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Sun, 28 Nov 2010 11:25:20 +0000
(12:25 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/profile.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/profile.php
b/modules/profile.php
index
f9b08fa
..
1c1d61a
100644
(file)
--- a/
modules/profile.php
+++ b/
modules/profile.php
@@
-318,6
+318,8
@@
class ProfileModule extends PLModule
$opened_tab = $hrpid;
$hrpid = $aux;
$url_error = true;
+ } else {
+ $url_error = false;
}
$profile = $this->findProfile($hrpid);
if (! ($profile instanceof Profile) && ($profile == PL_NOT_FOUND || $profile == PL_FORBIDDEN)) {