<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -119,7 +119,8 @@ class CSScaffold extends Controller
 		chdir(SYSPATH);
 		
 		# Set the output
-		self::config_set('core.output', $get['output']);
+		if(isset($get['output']))
+			self::config_set('core.output', $get['output']);
 		
 		# Parse the $_GET['request'] and set it in the config
 		self::config_set('core.request', self::parse_request($get['request']));</diff>
      <filename>system/controllers/CSScaffold.php</filename>
    </modified>
    <modified>
      <diff>@@ -10,5 +10,5 @@
 	-webkit-box-sizing:border-box;
 	-ms-box-sizing:border-box;
 	box-sizing:border-box;
-	behavior:url(&quot;~/scaffold/framework/behaviours/boxsizing.htc&quot;);
+	behavior:url(&quot;~/scaffold/system/framework/behaviours/boxsizing.htc&quot;);
 }
\ No newline at end of file</diff>
      <filename>system/framework/mixins/css3/border-box.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2a520d788e62f143bc7452fa8e0a4313d2416c94</id>
    </parent>
  </parents>
  <author>
    <name>Anthony Short</name>
    <email>anthonyshort@me.com</email>
  </author>
  <url>http://github.com/anthonyshort/csscaffold/commit/5b4ce4487eafe5ea219b3d4a2c7735b017045229</url>
  <id>5b4ce4487eafe5ea219b3d4a2c7735b017045229</id>
  <committed-date>2009-11-08T03:53:53-08:00</committed-date>
  <authored-date>2009-11-08T03:53:53-08:00</authored-date>
  <message>Checks if output param is available</message>
  <tree>bc0863929db509ab9e5c8df71bf0f42740cb6d28</tree>
  <committer>
    <name>Anthony Short</name>
    <email>anthonyshort@me.com</email>
  </committer>
</commit>
