Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
Updated folder capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
josephspurrier committed May 3, 2014
1 parent 55f5acb commit cd95cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SurfStack/Templating/Plugin/Block.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ abstract class Block
public $internal = array();

/**
* Called by the template, expects a return value
* Called by the template, expects a return value
* @param string $strContent
* @param array $arrData
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/SurfStack/Templating/Template_Engine_Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected function setUp()

$this->view->setCompileDir(__DIR__.'/template_compile');
$this->view->setCacheDir(__DIR__.'/template_cache');
$this->view->setPluginDir(__DIR__.'/plugin');
$this->view->setPluginDir(__DIR__.'/Plugin');

$this->view->clearCompile();
$this->view->clearCache();
Expand Down

0 comments on commit cd95cd0

Please sign in to comment.