mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-02 17:34:26 +02:00
Some fixes per Wisskid in the PR
This commit is contained in:
@@ -37,10 +37,6 @@ spl_autoload_register(function ($class) {
|
|||||||
|
|
||||||
// If the file exists, require it
|
// If the file exists, require it
|
||||||
if (file_exists($file)) {
|
if (file_exists($file)) {
|
||||||
//print "<div>Class <b>$class</b> maps to <code>$file</code></div>\n";
|
|
||||||
|
|
||||||
require_once($file);
|
require_once($file);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// vim: tabstop=4 shiftwidth=4 noexpandtab autoindent softtabstop=4
|
|
||||||
|
Reference in New Issue
Block a user