Changeset - d9e3604a54ff
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 14 years ago 2011-04-08 17:13:51
ohnobinki@ohnopublishing.net
Use Schedule::url() instead of manually creating a clean URL in process.php.
1 file changed with 1 insertions and 4 deletions:
0 comments (0 inline, 0 general)
process.php
Show inline comments
 
@@ -229,10 +229,7 @@ if(!$DEBUG)
 
		if ($schedule_id != NULL)
 
		  $_SESSION['saved'][$schedule_id] = $allClasses->getName();
 

	
 
		$process_php_s = '';
 
		if (!$clean_urls)
 
		  $process_php_s = 'process.php?s=';
 
		page::redirect($process_php_s . $schedule_id);
 
		page::redirect($allClasses->url());
 
		exit;
 
      }
 
  }
0 comments (0 inline, 0 general)