openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 42b285862c0fbe0208aa932cc9346f8bc2df97e4
parent 506159f5343aab4d4ac80e9bf5dcc57e58c1f706
Author: dankert <devnull@localhost>
Date:   Fri,  6 Apr 2007 00:07:43 +0200

Korrektur Fenstermen?.

Diffstat:
themes/default/include/html/window.inc.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/include/html/window.inc.php b/themes/default/include/html/window.inc.php @@ -42,7 +42,7 @@ </tr> <tr><td class="subaction"> - <?php if ( !isset($windowMenu) || is_array($windowMenu) ) + <?php if ( !isset($windowMenu) || !is_array($windowMenu) ) $windowMenu = array(); foreach( $windowMenu as $menu ) {