diff --git a/module/VuFind/src/VuFind/Db/Table/Resource.php b/module/VuFind/src/VuFind/Db/Table/Resource.php
index 8233f419f57d66394663369e5ecb7643ac086c2f..906c9d2cc7cdec510b3b879f12968e88fbffb46e 100644
--- a/module/VuFind/src/VuFind/Db/Table/Resource.php
+++ b/module/VuFind/src/VuFind/Db/Table/Resource.php
@@ -220,7 +220,7 @@ class Resource extends Gateway
             // The title field can't be null, so don't bother with the extra
             // isnull() sort in that case.
             if (strtolower($rawField) != 'title') {
-                /* TODO
+                /* TODO -- uncomment when order() method supports Expressions
                 $order[] = new Expression(
                     'isnull(?)', array($alias . '.' . $rawField),
                     array(Expression::TYPE_IDENTIFIER)