Index: trunk/extensions/OpenStackManager/special/SpecialNovaDomain.php |
— | — | @@ -140,7 +140,7 @@ |
141 | 141 | array_push( $domainRows, $domainRow ); |
142 | 142 | } |
143 | 143 | if ( $domainRows ) { |
144 | | - $out = createResourceTable( $headers, $domainRows ); |
| 144 | + $out = $this->createResourceTable( $headers, $domainRows ); |
145 | 145 | } else { |
146 | 146 | $out = ''; |
147 | 147 | } |