mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Bugfix for last commit
This commit is contained in:
@@ -110,7 +110,7 @@ function show_updates($dbupdate, $what)
|
|||||||
{
|
{
|
||||||
$text .= "<tr><td>{$rmks}</td>";
|
$text .= "<tr><td>{$rmks}</td>";
|
||||||
|
|
||||||
if(call_user_func("update_".$func) || run_updates_plugin($func,TRUE)!= TRUE)
|
if(call_user_func("update_".$func))
|
||||||
{
|
{
|
||||||
$text .= "<td>".LAN_UPDATE_3."</td>";
|
$text .= "<td>".LAN_UPDATE_3."</td>";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user