Misc fixes
This commit is contained in:
@@ -34,7 +34,7 @@ class Controller_User_Node extends Controller_Node {
|
||||
|
||||
if ($this->request->post()) {
|
||||
// Find a free name.
|
||||
for ($i=1;$i<$n->count();$i++)
|
||||
for ($i=1;$i<=$n->count();$i++)
|
||||
if (! Object::in_array('NODE_NAME',$this->node_name($i),$n->as_array()))
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user