General fixes

+Fixed a little mistake

NOTE: In order to play this version of the game properly, you need to refresh your browser cache
This commit is contained in:
iopietro
2018-06-21 15:50:49 +02:00
parent fc562d92dd
commit 10de3dd1b3
4 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -48,6 +48,6 @@ $artifactInfo = Artifacts::getArtifactInfo($artifact);
</table>
<?php
if($village['owner'] != 3) echo '<a href="admin.php?p=returnArtifact&artid='.$artifact['id'].'">Return to Natars</a>';
if($village['owner'] != 3) echo '<a href="admin.php?action=returnArtifact&artid='.$artifact['id'].'">Return to Natars</a>';
?>