File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,10 @@ public function buildXML( Builder $builder ) {
144144 $ namespace = $ this ->getNamespace ( $ pageTitle );
145145 if (
146146 isset ( $ this ->advancedConfig ['composer-include-namespace ' ] )
147- && in_array ( $ namespace , $ this ->advancedConfig ['composer-include-namespace ' ] )
147+ && ! in_array ( $ namespace , $ this ->advancedConfig ['composer-include-namespace ' ] )
148148 ) {
149+ $ this ->output ->writeln ( "Page {$ pageTitle } skipped by configuration " );
150+ } else {
149151 $ builder ->addRevision ( $ pageTitle , $ pageContent , $ timestamp );
150152
151153 // Append attachments
@@ -175,8 +177,6 @@ public function buildXML( Builder $builder ) {
175177 }
176178 }
177179 }
178- } else {
179- $ this ->output ->writeln ( "Page {$ pageTitle } skipped by configuration " );
180180 }
181181 }
182182
You can’t perform that action at this time.
0 commit comments