From: Paul J R Date: Wed, 24 Oct 2012 19:00:43 +0000 (+1100) Subject: typo X-Git-Url: http://git.pjr.cc/?p=gwvp-mini.git;a=commitdiff_plain;h=2a38e8940504a2c9d9e0f813c3f8f225d99c4c4a typo --- diff --git a/gwvpmini/gwvpmini_gitbackend.php b/gwvpmini/gwvpmini_gitbackend.php index a50123b..344d291 100644 --- a/gwvpmini/gwvpmini_gitbackend.php +++ b/gwvpmini/gwvpmini_gitbackend.php @@ -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 {