We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ed94f6 + 04d6412 commit e80be97Copy full SHA for e80be97
Views/Rain.php
@@ -93,8 +93,8 @@ private function getInstance()
93
throw new \RuntimeException('Cannot set the Rain lib directory : ' . self::$rainDirectory . '. Directory does not exist.');
94
}
95
require_once self::$rainDirectory . '/rain.tpl.class.php';
96
- raintpl::$tpl_dir = self::$rainTemplatesDirectory;
97
- raintpl::$cache_dir = self::$rainCacheDirectory;
+ \raintpl::$tpl_dir = self::$rainTemplatesDirectory;
+ \raintpl::$cache_dir = self::$rainCacheDirectory;
98
self::$rainInstance = new \raintpl();
99
100
0 commit comments