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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user