Fixed #476, Wrong demo directory location

This commit is contained in:
Sławomir Kaleta
2018-08-19 09:47:58 +02:00
parent 2fe3a30e75
commit d191935127
19 changed files with 37 additions and 1099 deletions

View File

@@ -28,6 +28,11 @@ class Smarty_Resource_Mysql extends Smarty_Resource_Custom
// prepared fetchTimestamp() statement
protected $mtime;
/**
* Smarty_Resource_Mysql constructor.
*
* @throws \SmartyException
*/
public function __construct()
{
try {