projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cd1442
)
Fixes variable use.
author
Stéphane Jacob
<sj@m4x.org>
Tue, 22 Mar 2011 14:28:54 +0000
(15:28 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Tue, 22 Mar 2011 14:28:54 +0000
(15:28 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
classes/pluser.php
patch
|
blob
|
blame
|
history
diff --git
a/classes/pluser.php
b/classes/pluser.php
index
5765655
..
d0e7e64
100644
(file)
--- a/
classes/pluser.php
+++ b/
classes/pluser.php
@@
-426,7
+426,7
@@
abstract class PlUser implements PlUserInterface
public static function makeHrid($firstname, $lastname, $category)
{
$cat = self::stripBadChars($category);
- if (!cat) {
+ if (!
$
cat) {
Platal::page()->kill("$category is not a suitable category.");
}