mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
6 lines
193 B
PHP
6 lines
193 B
PHP
<?php
|
|
$dir=basename(dirname(__FILE__));
|
|
if($dir!='SortableGridField') {
|
|
user_error('SortableGridField: Directory name must be "SortableGridField" (currently "'.$dir.'")',E_USER_ERROR);
|
|
}
|
|
?>
|