[Solar-svn] Revision 2839

pmjones at solarphp.com pmjones at solarphp.com
Sat Oct 6 11:32:40 CDT 2007


Solar_App_Base
--------------

* [BRK] No longer registers a Solar_Content object, since the class no longer exists.




Modified: trunk/Solar/App/Base/Layout/_head.php
===================================================================
--- trunk/Solar/App/Base/Layout/_head.php	2007-10-06 16:30:07 UTC (rev 2838)
+++ trunk/Solar/App/Base/Layout/_head.php	2007-10-06 16:32:40 UTC (rev 2839)
@@ -1,18 +1,18 @@
 <?php
 /**
- *
+ * 
  * Partial layout template for the <head>.
- *
+ * 
  * @category Solar
- *
+ * 
  * @package Solar_App
- *
+ * 
  * @author Paul M. Jones <pmjones at solarphp.com>
- *
+ * 
  * @license http://opensource.org/licenses/bsd-license.php BSD
- *
+ * 
  * @version $Id$
- *
+ * 
  */
 ?>
 <head>

Modified: trunk/Solar/App/Base/View/exception.php
===================================================================
--- trunk/Solar/App/Base/View/exception.php	2007-10-06 16:30:07 UTC (rev 2838)
+++ trunk/Solar/App/Base/View/exception.php	2007-10-06 16:32:40 UTC (rev 2839)
@@ -17,7 +17,7 @@
  */
 ?>
 <html>
-
+    
     <head>
         <title>Server Error</title>
     </head>
@@ -25,7 +25,7 @@
     <body>
         
         <h1>Server Error</h1>
-
+        
         <p>The application could not complete your request.  This is our
             fault, not yours.</p>
         

Modified: trunk/Solar/App/Base.php
===================================================================
--- trunk/Solar/App/Base.php	2007-10-06 16:30:07 UTC (rev 2838)
+++ trunk/Solar/App/Base.php	2007-10-06 16:32:40 UTC (rev 2839)
@@ -167,11 +167,6 @@
             Solar::register('sql', Solar::factory('Solar_Sql'));
         }
         
-        // register a Solar_Content object if not already.
-        if (! Solar::isRegistered('content')) {
-            Solar::register('content', Solar::factory('Solar_Content'));
-        }
-        
         // register a Solar_User object if not already.
         // this will trigger the authentication process.
         if (! Solar::isRegistered('user')) {




More information about the Solar-svn mailing list