We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c35d2f6 + cb997d6 commit b76450dCopy full SHA for b76450d
application/controllers/admin/upgrade.php
@@ -134,7 +134,7 @@ public function status($step = 0)
134
if ($step == 0)
135
{
136
$this->upgrade->logger("Downloading latest version of ushahidi...");
137
- echo json_encode(array("status"=>"success", "message"=> Kohana.lang('upgrade.download')));
+ echo json_encode(array("status"=>"success", "message"=> Kohana::lang('upgrade.download')));
138
}
139
140
if ($step == 1)
0 commit comments