Project

General

Profile

« Previous | Next » 

Revision 1403

Added by Dietmar over 13 years ago

small fix

View differences:

sections.php
79 79
		require(WB_PATH.'/framework/class.order.php');
80 80
		$order = new order(TABLE_PREFIX.'sections', 'position', 'section_id', 'page_id');
81 81
		$order->clean($page_id);
82
		$admin->print_success($TEXT['SUCCESS'], ADMIN_URL.'/pages/sections.php?page_id='.$admin->getIDKEY($page_id));
82
		$admin->print_success($TEXT['SUCCESS'], ADMIN_URL.'/pages/sections.php?page_id='.$page_id );
83 83
		$admin->print_footer();
84 84
		exit();
85 85
	}

Also available in: Unified diff