add a simple summary to mediawiki edits
Robert 'phaylon' Sedlacek [Wed, 3 Oct 2012 20:35:21 +0000 (20:35 +0000)]
lib/System/Introspector/Report/Publish/MediaWiki/Connection.pm

index 1826063..c7550f9 100644 (file)
@@ -70,6 +70,7 @@ sub put {
     action      => 'edit',
     title       => $page->name,
     text        => $page->content,
+    summary     => 'System-Introspector-Report Update',
     $page->has_timestamp
       ? (basetimestamp => $page->timestamp)
       : (),