Navigation Menu

Skip to content

Commit

Permalink
Avoid "PHP Warning: Class 'SMW\CategoryResultPrinter' not found in ..…
Browse files Browse the repository at this point in the history
…. Aliases.php"

[skip ci]
  • Loading branch information
mwjames authored and kghbln committed Jan 18, 2019
1 parent 8f1177a commit 93cf100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/IdeAliases.php
Expand Up @@ -44,7 +44,7 @@ class SMWRefreshJob extends SMW\RefreshJob {
abstract class SMWResultPrinter extends SMW\ResultPrinter {
}

class SMWCategoryResultPrinter extends SMW\CategoryResultPrinter {
class SMWCategoryResultPrinter extends SMW\Query\ResultPrinters\CategoryResultPrinter {
}

class SMWDSVResultPrinter extends SMW\DsvResultPrinter {
Expand Down

0 comments on commit 93cf100

Please sign in to comment.