obectcache: split out some WAN cache refresh logic into scheduleAsyncRefresh()
[lhc/web/wiklou.git] / maintenance / view.php
index 952b825..24b5007 100644 (file)
@@ -51,7 +51,7 @@ class ViewCLI extends Maintenance {
                        $this->fatalError( "Non-text content models not supported" );
                }
 
-               $this->output( $content->getNativeData() );
+               $this->output( $content->getText() );
        }
 }