Skip to content

Commit

Permalink
formatting fo code
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Jan 13, 2010
1 parent d32ec31 commit dd4a0f5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions infinitas/management/controllers/management_controller.php
Expand Up @@ -16,14 +16,12 @@
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
* @since 0.5a
*/
class ManagementController extends ManagementAppController {
var $name = 'Management';

class ManagementController extends ManagementAppController {
var $name = 'Management';
var $uses = array();

var $uses = array();

function admin_dashboard() {
function admin_dashboard() {
}
}
}

?>

0 comments on commit dd4a0f5

Please sign in to comment.