Skip to content

Commit b76450d

Browse files
committed
Merge pull request #1370 from tevin-otieno/issue1330
Kohana syntax error fix
2 parents c35d2f6 + cb997d6 commit b76450d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/controllers/admin/upgrade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function status($step = 0)
134134
if ($step == 0)
135135
{
136136
$this->upgrade->logger("Downloading latest version of ushahidi...");
137-
echo json_encode(array("status"=>"success", "message"=> Kohana.lang('upgrade.download')));
137+
echo json_encode(array("status"=>"success", "message"=> Kohana::lang('upgrade.download')));
138138
}
139139

140140
if ($step == 1)

0 commit comments

Comments
 (0)