Skip to content

Commit

Permalink
Fixed notice error
Browse files Browse the repository at this point in the history
  • Loading branch information
UndefinedOffset committed May 9, 2012
1 parent 289381f commit 7c68ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/extensions/GridFieldSortableObject.php
Expand Up @@ -63,7 +63,7 @@ public static function add_sortable_many_many_relation($ownerClass, $componentNa
* @param {string} $className Name of the DataObject to check
*/
public static function is_sortable_class($className) {
if(in_array($classname, self::$sortable_classes)) {
if(in_array($className, self::$sortable_classes)) {
return true;
}

Expand Down

0 comments on commit 7c68ec1

Please sign in to comment.