Skip to content

Commit

Permalink
Move Smarty library
Browse files Browse the repository at this point in the history
  • Loading branch information
ginatrapani committed Feb 25, 2015
1 parent 7c0a8f8 commit a34c30a
Show file tree
Hide file tree
Showing 139 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/class.Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private static function setLookupPath($additional_paths = null ) {

// set default lookup path for special classes
self::$special_classes = array(
'Smarty' => ISOSCELES_PATH . 'extlibs/Smarty-3.1.21/libs/Smarty.class.php'
'Smarty' => ISOSCELES_PATH . 'libs/extlibs/Smarty-3.1.21/libs/Smarty.class.php'
);

if ( isset($additional_paths) && is_array($additional_paths) ) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/LoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function testLoaderRegisterDefault() {

// check special classes
$this->assertEquals( Loader::getSpecialClasses(),
array('Smarty'=>ISOSCELES_PATH . 'extlibs/Smarty-3.1.21/libs/Smarty.class.php'));
array('Smarty'=>ISOSCELES_PATH . 'libs/extlibs/Smarty-3.1.21/libs/Smarty.class.php'));
}

public function testLoaderRegisterWithStringAdditionalPath() {
Expand Down

0 comments on commit a34c30a

Please sign in to comment.