Prechádzať zdrojové kódy

Remove deprecated call in _renderTemplate call.

Closes #75
Justin Hileman 14 rokov pred
rodič
commit
0a76694169
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      Mustache.php

+ 1 - 1
Mustache.php

@@ -189,7 +189,7 @@ class Mustache {
 		}
 
 		$template = $this->_renderPragmas($template);
-		$template = $this->_renderTemplate($template, $this->_context);
+		$template = $this->_renderTemplate($template);
 
 		$this->_otag = $otag_orig;
 		$this->_ctag = $ctag_orig;