1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00

Bugfix for last commit

This commit is contained in:
CaMer0n
2012-04-21 20:16:31 +00:00
parent 48a2be2499
commit e5633942bd

View File

@@ -110,7 +110,7 @@ function show_updates($dbupdate, $what)
{
$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>";
}