1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 17:14:42 +02:00

Download plugin clean-up mostly complete. (cache still needs to be done)

This commit is contained in:
Cameron
2013-06-23 19:06:46 -07:00
parent 380f6de25b
commit 709c1a80a6
5 changed files with 626 additions and 1068 deletions

View File

@@ -1247,11 +1247,11 @@ class e_shortcode
/**
* Set external array data to be used in the batch
* Use setVars() - preferred.
*
* //XXX will soon become private. Use setVars() instead.
* @param array $eVars
* @return e_shortcode
*/
public function setParserVars($eVars) //XXX will soon become private. Use setVars() instead.
public function setParserVars($eVars)
{
$this->var = $eVars;
return $this;