Fixed bug of double include

This commit is contained in:
azammitdcarf
2009-03-27 03:30:05 +00:00
parent 138476c35d
commit 67e206bac5
+1 -1
View File
@@ -34,7 +34,7 @@
/** /**
* Language file * Language file
*/ */
include ("lang.inc.php"); include_once("lang.inc.php");
/** /**