Skip to content

Commit

Permalink
* TemplateHandler: + pass file to template
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jul 3, 2015
1 parent 180477e commit 2235ef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions handlers/TemplateHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public function prepareData($data)
return array_merge([
'config' => Yii::$app->config,
'this' => $this,
'file' => $data->file,
], parent::prepareData($data));
}

Expand Down

0 comments on commit 2235ef0

Please sign in to comment.