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

            Bug ID: 63650
           Summary: ManualLogEntry::setDeleted doesn't mark log deleted on
                    insert
           Product: MediaWiki
           Version: 1.22.5
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Logging
          Assignee: [email protected]
          Reporter: [email protected]
       Web browser: ---
   Mobile Platform: ---

Doing something like,

$logEntry = new ManualLogEntry( ... );
$logEntry->setDeleted( Revision::SUPPRESSED_USER );
$logEntry->insert();

inserts a row in the logging table with the log_deleted column still set to the
default 0, instead of the expected 12.

-- 
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