cc-4462: Bandaided, marked as hack

This commit is contained in:
Rudi Grinberg 2012-09-17 16:47:33 -04:00
parent 81c72b8344
commit d0e67d8475
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class Application_Model_Datatables
$new_index = $librarySetting($currentPos);
// TODO : Fix this retarded hack later. Just a band aid for
// now at least we print some warnings so that we don't
// forget about this
// forget about this -- cc-4462
if ( array_key_exists($new_index, $orig2searchTerm) ) {
$dbname2searchTerm[$dbname] = $orig2searchTerm[$new_index];
} else {