Index: trunk/phase3/includes/LogPage.php |
— | — | @@ -85,6 +85,8 @@ |
86 | 86 | RecentChange::notifyLog( $now, $titleObj, $wgUser, $rcComment, '', |
87 | 87 | $this->type, $this->action, $this->target, $this->comment, $this->params, $newId ); |
88 | 88 | } |
| 89 | + } else { |
| 90 | + wfDebug( "LogPage::saveContent failed to insert row - Error {$dbw->lastErrno()}: {$dbw->lastError()}" ); |
89 | 91 | } |
90 | 92 | return $ok; |
91 | 93 | } |