From 0be3209fdd2b043748fc59341c0cc545ed82b40e Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 5 May 2005 03:15:17 +0000 Subject: [PATCH] r88: Fixed: Fatal error: Call to a member function on a non-object in includes/adminfunctions.php on line 188 --- includes/adminfunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/adminfunctions.php b/includes/adminfunctions.php index ef25a7b..52c0407 100755 --- a/includes/adminfunctions.php +++ b/includes/adminfunctions.php @@ -185,7 +185,7 @@ EOD; global $bugsys; if ($class === ':swap:') { - $bugsys->funt->exec_swap_bg(); + $bugsys->funct->exec_swap_bg(); $row_class = $bugsys->funct->bgcolour; $is_style_element = false; } -- 2.22.5