Commit 00dae2cd authored by jan.koester's avatar jan.koester
Browse files

navbar not more rewuired

parent a8a87447
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -70,9 +70,7 @@ namespace blogi {

            int n = Args->database->exec(&sql,res);
            if(n<1){
                libhttppp::HTTPException excep;
                excep[libhttppp::HTTPException::Critical] << "No navbar found";
                throw excep;
                return;
            }

            for (int i = 0; i < n; i++) {