projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d4ba6d
)
Prevents groups with empty diminutives from being created.
author
Stéphane Jacob
<sj@m4x.org>
Wed, 28 Oct 2009 22:15:36 +0000
(23:15 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Thu, 29 Oct 2009 18:38:43 +0000
(19:38 +0100)
modules/xnet.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/xnet.php
b/modules/xnet.php
index
5f0145e
..
87be73a
100644
(file)
--- a/
modules/xnet.php
+++ b/
modules/xnet.php
@@
-111,7
+111,7
@@
class XnetModule extends PLModule
}
}
- if (Post::has('diminutif')) {
+ if (Post::has('diminutif')
&& Post::v('diminutif') != ""
) {
S::assert_xsrf_token();
$res = XDB::query('SELECT COUNT(*)