To participate you must create an account on apostrophenow.com. If you have already done so, click Login.

Changeset 1862

Show
Ignore:
Timestamp:
07/28/2010 07:03:17 PM (6 weeks ago)
Author:
johnnyoffline
Message:

created a secureSuccess.php file in Apostrophe that will work just like the bundled error404Success.php file we include. I also created the execute function in BaseaActions?.class.php. The default symfony secureSuccess was showing up in projects. -- I made this addition to both 1.4 and the trunk

Location:
plugins/apostrophePlugin/trunk
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostrophePlugin/trunk/lib/action/BaseaActions.class.php

    r1841 r1862  
    4747        public function executeError404(sfWebRequest $request) 
    4848        { 
    49  
     49                // Apostrophe Bundled 404  
     50        } 
     51 
     52        public function executeSecure(sfWebRequest $request) 
     53        { 
     54                // Apostrophe Bundled Secure 
    5055        } 
    5156