typo
authorPaul J R <me@pjr.cc>
Wed, 24 Oct 2012 19:00:43 +0000 (06:00 +1100)
committerPaul J R <me@pjr.cc>
Wed, 24 Oct 2012 19:00:43 +0000 (06:00 +1100)
gwvpmini/gwvpmini_gitbackend.php

index a50123b..344d291 100644 (file)
@@ -425,7 +425,7 @@ function gwvpmini_createGitRepo($name, $ownerid, $desc, $defperms, $clonefrom, $
                        gwvpmini_AddRepo($name, $desc, $ownerid, $defperms, $clonefrom);
                } else {
                        // we do this from an outside call in the background
-                       gwvpmini_SendMessage(error, "Cant clone from remote repos yet");
+                       gwvpmini_SendMessage("error", "Cant clone from remote repos yet");
                        return false;
                }
        } else {