MDL-14129, fix print_error call

This commit is contained in:
dongsheng
2008-04-24 02:48:36 +00:00
parent fae11dca56
commit 5832a6f34b
5 changed files with 20 additions and 14 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
//Check site
if (!$site = get_site()) {
print_error("Site not found!");
print_error("cannotfindsite");
}
//Check necessary functions exists. Thanks to [email protected]