... missed two globals >_>
This commit is contained in:
parent
144c1afcbc
commit
95c4d809a9
@ -23,7 +23,7 @@ class Update extends Extension {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function onAdminBuilding(AdminBuildingEvent $event) {
|
public function onAdminBuilding(AdminBuildingEvent $event) {
|
||||||
global $config;
|
global $config, $page;
|
||||||
|
|
||||||
$latestCommit = $this->get_latest_commit();
|
$latestCommit = $this->get_latest_commit();
|
||||||
if(is_null($latestCommit)) return;
|
if(is_null($latestCommit)) return;
|
||||||
@ -34,7 +34,7 @@ class Update extends Extension {
|
|||||||
$commitDateTime = $commitDT[0]." (".$commitTD[0].")";
|
$commitDateTime = $commitDT[0]." (".$commitTD[0].")";
|
||||||
$commitSHA = substr($latestCommit["sha"],0,7);
|
$commitSHA = substr($latestCommit["sha"],0,7);
|
||||||
|
|
||||||
$html .= "".
|
$html = "".
|
||||||
"Current Commit: ".$config->get_string('commit_hash')." | ".$config->get_string('commit_time').
|
"Current Commit: ".$config->get_string('commit_hash')." | ".$config->get_string('commit_time').
|
||||||
"<br>Latest Commit: ".$commitSHA." | ".$commitDateTime." | ".$commitMessage.
|
"<br>Latest Commit: ".$commitSHA." | ".$commitDateTime." | ".$commitMessage.
|
||||||
"<br><a href='" . make_link('update') . "'>Update</a>".
|
"<br><a href='" . make_link('update') . "'>Update</a>".
|
||||||
|
Loading…
x
Reference in New Issue
Block a user