Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Bug fix, readded extends CComponent in EMongoModifier
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaultier committed Jan 24, 2011
1 parent 16e878f commit 986389b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EMongoModifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* @author Philippe Gaultier <[email protected]>
* @since xxx
*/
class EMongoModifier //extends CComponent
class EMongoModifier extends CComponent
{
/**
* @since xxx
Expand Down

0 comments on commit 986389b

Please sign in to comment.