Commit 13e5bf7f authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

fixes #152

parent f2393926
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@ function max:page($project, $page){
                (), (), (), ())

        else
        if (not(db:exists($dbPath)))
        if (not(db:exists(max.util:dbNameFromCollection($dbPath))))
            then max:max-error(
                    "Oups... La base '"|| $dbPath ||"' n'existe pas !",
                    (), (), (), ())