aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/libs/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/smarty/smarty/libs/bootstrap.php')
-rw-r--r--vendor/smarty/smarty/libs/bootstrap.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/vendor/smarty/smarty/libs/bootstrap.php b/vendor/smarty/smarty/libs/bootstrap.php
index dad72fcb1..2c830468e 100644
--- a/vendor/smarty/smarty/libs/bootstrap.php
+++ b/vendor/smarty/smarty/libs/bootstrap.php
@@ -1,5 +1,5 @@
<?php
-/*
+/**
* This file is part of the Smarty package.
*
* (c) Sebastian Bergmann <sebastian@phpunit.de>
@@ -7,11 +7,10 @@
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
-
-/*
+/**
* Load and register Smarty Autoloader
*/
if (!class_exists('Smarty_Autoloader')) {
- require dirname(__FILE__) . '/Autoloader.php';
+ include dirname(__FILE__) . '/Autoloader.php';
}
Smarty_Autoloader::register(true);