From a5d22a6a019a679689e74d3eb226cb2146ae0e3d Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 9 Mar 2022 21:44:25 +0100 Subject: Fix typo in concert class, eventling -> eventlink --- includes/concert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/concert.php b/includes/concert.php index a8c71db..d749e67 100644 --- a/includes/concert.php +++ b/includes/concert.php @@ -134,7 +134,7 @@ if ( !class_exists('GiglogAdmin_Concert') ) { } if (isset($attrs->wpgconcert_event) && $attrs->wpgconcert_event != $this->eventlink) { - $this->eventling = $attrs->wpgconcert_eventlink; + $this->eventlink = $attrs->wpgconcert_eventlink; $need_update = true; } -- cgit v1.2.3