<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -582,7 +582,7 @@ Class Partial {
 		// add outer wrapper
 		$html .= ($replacements) ? preg_replace(array_keys($replacements), array_values($replacements), $wrappers[0]): $wrappers[0];
 		// if a partial is passed through, then we want to process any loops inside it
-		$html .= call_user_func_array($partial_type.'::parse_loop', array($page, '../content/'.$dir, $wrappers[1]));
+		eval('$html .= '.$partial_type.'::parse_loop($page, &quot;../content/$dir&quot;, $wrappers[1]);');
 		// add closing wrapper
 		$html .= ($replacements) ? preg_replace(array_keys($replacements), array_values($replacements), $wrappers[2]): $wrappers[2];
 		return $html;</diff>
      <filename>app/stacey.inc.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9406580bfcdb06194dbc3bce23b24dcfc5fd3a55</id>
    </parent>
  </parents>
  <author>
    <name>Anthony Kolber</name>
    <email>ae@aestheticallyloyal.com</email>
  </author>
  <url>http://github.com/kolber/stacey/commit/c0e7bc770c87f4bdacae2b0f154f4e5e17a5710f</url>
  <id>c0e7bc770c87f4bdacae2b0f154f4e5e17a5710f</id>
  <committed-date>2009-11-09T16:40:05-08:00</committed-date>
  <authored-date>2009-11-09T16:40:05-08:00</authored-date>
  <message>Replaced 'call_user_func_array()' with an eval() call
- not really happy about the use of eval, but call_user_func_array() seems to error out on php5.1.2 (and seemingly in some versions prior)
- see: http://bugs.php.net/bug.php?id=28934</message>
  <tree>4ee7df920c019df621b400a32f728b56a0867f51</tree>
  <committer>
    <name>Anthony Kolber</name>
    <email>ae@aestheticallyloyal.com</email>
  </committer>
</commit>
