Fixing content type ordering when content_type is not defined.
[akelos.git] / test / fixtures / app / application_controller.php
blob1214f48ccf046eb8b8647674d8112c9da0099449
1 <?php
3 require_once(AK_LIB_DIR.DS.'AkActionController.php');
5 class ApplicationController extends AkActionController
7 var $layout = false;