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

Commit

Permalink
quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
josephspurrier committed May 4, 2014
1 parent f975ad1 commit 37e0bcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SurfStack/Templating/Template_Engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,8 @@ protected function loadPlugins()
case 'Slice':
$return[$name] = '/\{\s*('.$name.')\s*(.*?)\}/i';
break;
default:
$return[$name] = '/\{a\s*('.$parent.')\s*(.*?)\}/i';
}

$this->incrementInternal('PluginCount');
Expand Down

0 comments on commit 37e0bcd

Please sign in to comment.