Author: sevein Date: Tue Oct 26 08:22:21 2010 New Revision: 8501 Log: Fix typo.
Modified: trunk/apps/qubit/modules/staticpage/actions/indexAction.class.php Modified: trunk/apps/qubit/modules/staticpage/actions/indexAction.class.php ============================================================================== --- trunk/apps/qubit/modules/staticpage/actions/indexAction.class.php Tue Oct 26 07:59:40 2010 (r8500) +++ trunk/apps/qubit/modules/staticpage/actions/indexAction.class.php Tue Oct 26 08:22:21 2010 (r8501) @@ -17,7 +17,7 @@ * along with Qubit Toolkit. If not, see <http://www.gnu.org/licenses/>. */ -class StaticPageStaticAction extends sfAction +class StaticPageIndexAction extends sfAction { public function execute($request) { -- You received this message because you are subscribed to the Google Groups "Qubit Toolkit Commits" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/qubit-commits?hl=en.
