commit fc2ed90fa85e7ddcc351ed439b967fe6d5235ead
parent 6f5c9989ea768d4d4a6872ebbd64b492fbcd9645
Author: MTRNord <mtrnord1@gmail.com>
Date: Thu, 19 Mar 2015 18:22:46 +0100
fix missing character
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/core/api/v1/DbHandler.class.php b/core/api/v1/DbHandler.class.php
@@ -244,6 +244,7 @@ class DbHandler {
while($daten = $resultat->fetch_object() ){
$post_id_clean = $daten->id;
}
+ }
if ($post_id == NULL) {
$x = 1;
while ($x < $post_id_clean+1){