Skip to content

Commit

Permalink
Changing AbstractViews parent class to Object
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisJordan committed Apr 1, 2009
1 parent 642644c commit 8360eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recess/recess/framework/views/AbstractView.class.php
Expand Up @@ -9,7 +9,7 @@
* @author Kris Jordan <krisjordan@gmail.com>
* @abstract
*/
abstract class AbstractView extends RecessObject {
abstract class AbstractView extends Object {
protected $response;

/**
Expand Down

0 comments on commit 8360eff

Please sign in to comment.