Created
October 7, 2011 12:42
-
-
Save co3k/1270198 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/data/migrations/3.3.1/034_add_is_pre_column.php b/data/migrations/3.3.1/034_add_is_pre_column.php | |
| index 88b8c35..a50ab42 100644 | |
| --- a/data/migrations/3.3.1/034_add_is_pre_column.php | |
| +++ b/data/migrations/3.3.1/034_add_is_pre_column.php | |
| @@ -15,7 +15,7 @@ class Revision34_AddIsPreColumn extends Doctrine_Migration_Base | |
| $this->column($direction, 'community_member', 'is_pre', 'boolean', null, array( | |
| 'default' => 0, | |
| 'notnull' => true, | |
| - 'comment' => 'Member\\\'s position in this community', | |
| + 'comment' => 'Member\'\'s position in this community', | |
| )); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment