]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
db/core.php lacked User_username (Issue 3299)
authorThomas Johnson <NTmatter@gmail.com>
Mon, 30 Jul 2012 14:10:36 +0000 (16:10 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Thu, 29 Aug 2013 16:18:59 +0000 (18:18 +0200)
Commit message edited by MMN-o (User_username schemaDef already patched).

db/core.php

index bf8cae3c4b83a0146989f6b2e7477063097e21eb..d132b56779c39650d05bd61582fda414b2d408d6 100644 (file)
@@ -87,6 +87,7 @@ $classes = array('Schema_version',
                  'Local_group',
                  'User_urlshortener_prefs',
                  'Old_school_prefs',
+                 'User_username',
 );
 
 foreach ($classes as $cls) {