Fix typo introduced in 2baf473a
This commit is contained in:
parent
f3b3fd5284
commit
15a40a07bf
@ -4109,7 +4109,7 @@ class PMA_Util
|
||||
*
|
||||
* @return String Matching regular expression.
|
||||
*/
|
||||
public static function getFirstOccuringRegularExpression($regex_array, $query)
|
||||
public static function getFirstOccurringRegularExpression($regex_array, $query)
|
||||
{
|
||||
$minimum_first_occurance_index = null;
|
||||
$regex = null;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user