https://bugzilla.wikimedia.org/show_bug.cgi?id=41269

--- Comment #2 from Nischay Nahata <[email protected]> 2012-10-24 08:19:33 
UTC ---
This can be fixed by replacing the insert query in
SMW_SQLStore3_SetupHandlers.php (line 230) with a replace query like this

            // Properties also need to be in smw_stats
            $db->replace(
                'smw_stats',
                array( 'pid' ),
                array(
                    'pid' => $id,
                    'usage_count' => 0
                ),
                __METHOD__
            );


But unfortunately I am not able to push my commits right now through git.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to