projects
/
gwvp-mini.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
43b78ea
)
typo
author
Paul J R
<me@pjr.cc>
Wed, 24 Oct 2012 19:00:43 +0000 (06:00 +1100)
committer
Paul J R
<me@pjr.cc>
Wed, 24 Oct 2012 19:00:43 +0000 (06:00 +1100)
gwvpmini/gwvpmini_gitbackend.php
patch
|
blob
|
history
diff --git
a/gwvpmini/gwvpmini_gitbackend.php
b/gwvpmini/gwvpmini_gitbackend.php
index
a50123b
..
344d291
100644
(file)
--- 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 {