projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dc5748
)
Prevents warning.
author
Stéphane Jacob
<sj@m4x.org>
Sun, 19 Dec 2010 21:56:35 +0000
(22:56 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Sun, 19 Dec 2010 21:57:02 +0000
(22:57 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
include/userset.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/userset.inc.php
b/include/userset.inc.php
index
7ffe768
..
d4be83a
100644
(file)
--- a/
include/userset.inc.php
+++ b/
include/userset.inc.php
@@
-54,7
+54,7
@@
class SearchSet extends ProfileSet
public function __construct($quick = false, PlFilterCondition $cond = null)
{
- if (
$no_search
) {
+ if (
isset($no_search)
) {
return;
}