]> git.nbdom.net Git - nb.git/commitdiff
lib/php/db/table.php
authorDevops <sys@15gifts.com>
Sat, 1 Apr 2017 14:27:10 +0000 (15:27 +0100)
committerDevops <sys@15gifts.com>
Sat, 1 Apr 2017 14:27:10 +0000 (15:27 +0100)
lib/php/db/table.php

index ea9fa2558672c2d529abcd615a2bc428d5901125..4143448da399c33ed7805860d224fd9d36c311c6 100644 (file)
@@ -480,7 +480,7 @@ Class Table extends nb {
   }
 
   public function html_add($values = null,$form_action='?') {
-     return html_edit($values,$form_action,true);
+    return html_edit($values,$form_action,true);
   }
 
   public function html_edit($values = null,$form_action='?',$add=false) {