Skip to content

Commit

Permalink
revert hack for unsupported PHP 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jun 12, 2024
1 parent e0795d7 commit 49fa119
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -1631,10 +1631,8 @@ private function _ssp_query($query, $http)
* @param int $index Index in the DataTables' submitted data
*
* @return string DB field name
*
* @private Note that it is actually public for PHP 5.3 - thread 39810
*/
public function _ssp_field($http, $index)
private function _ssp_field($http, $index)
{
$name = $http['columns'][$index]['data'];
$field = $this->_find_field($name, 'name');
Expand Down

0 comments on commit 49fa119

Please sign in to comment.