Rename include/distributions.php to include/distribution.php so the name of the file matches exactly the name
of the distribution class
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
require("path.php");
|
||||
require(BASE."include/incl.php");
|
||||
require(BASE."include/filter.php");
|
||||
require_once(BASE."include/distributions.php");
|
||||
require_once(BASE."include/distribution.php");
|
||||
require_once(BASE."include/testData.php");
|
||||
|
||||
if ($aClean['sSub'])
|
||||
|
||||
Reference in New Issue
Block a user