Index: trunk/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore.php |
— | — | @@ -880,7 +880,7 @@ |
881 | 881 | } |
882 | 882 | } else { // special property |
883 | 883 | switch ($property) { |
884 | | - case SMW_SP_IMPORTED_FROM: case SMW_SP_INSTANCE_OF: case SMW_SP_SUBCLASS_OF: case SMW_SP_REDIRECTS_TO: case SMW_SP_CONCEPT_DESC: case SMW_SP_DEFAULT_SORT: |
| 884 | + case SMW_SP_IMPORTED_FROM: case SMW_SP_INSTANCE_OF: case SMW_SP_SUBCLASS_OF: case SMW_SP_REDIRECTS_TO: case SMW_SP_CONCEPT_DESC: |
885 | 885 | // don't store this, just used for display; |
886 | 886 | // TODO: filtering here is bad for fully neglected properties (IMPORTED FROM) |
887 | 887 | // NOTE: concept descriptions are ignored by that storage implementation |