Преглед изворни кода

Merge pull request #200 from Zorrototo/master

Make commits link consistent with the current repo used
OwN-3m-All пре 8 година
родитељ
комит
9e4bc9bdcf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      modules/update/update.php

+ 1 - 1
modules/update/update.php

@@ -174,7 +174,7 @@ function exec_ogp_module()
 								echo '<b>'.$v['commit']['message'] .'</b></li><br>';
 								++$commitsStart;
 							}
-							echo '</ul><a href="https://github.com/OpenGamePanel/OGP-Website/commits/master" target="_blank">View more commits...</a>';
+							echo '</ul><a href="https://github.com/'.$gitHubUpdateName.'/'.REPONAME.'/commits/master" target="_blank">View more commits...</a>';
 						}
 					}
 				}