mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Fix function_exists(url_safe)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
/* BEGIN remove this in 17.1: provide compat for newer plugin on stock 16.7 */
|
||||
require_once 'util.inc';
|
||||
if (!function_exists(url_safe)) {
|
||||
if (!function_exists('url_safe')) {
|
||||
function url_safe($format, $args = array())
|
||||
{
|
||||
if (!is_array($args)) {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
/* BEGIN remove this in 17.1: provide compat for newer plugin on stock 16.7 */
|
||||
require_once 'util.inc';
|
||||
if (!function_exists(url_safe)) {
|
||||
if (!function_exists('url_safe')) {
|
||||
function url_safe($format, $args = array())
|
||||
{
|
||||
if (!is_array($args)) {
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
/* BEGIN remove this in 17.1: provide compat for newer plugin on stock 16.7 */
|
||||
require_once 'util.inc';
|
||||
if (!function_exists(url_safe)) {
|
||||
if (!function_exists('url_safe')) {
|
||||
function url_safe($format, $args = array())
|
||||
{
|
||||
if (!is_array($args)) {
|
||||
|
||||
Reference in New Issue
Block a user