diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2022-03-09 21:44:25 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2022-03-09 21:44:25 +0100 |
commit | a5d22a6a019a679689e74d3eb226cb2146ae0e3d (patch) | |
tree | 272819864901f78b609cdba5598d5e1b63e6310b | |
parent | 4ceb50835b38f74b68a4d1d1e0d3a32baeeb8b89 (diff) | |
download | gigologadmin-a5d22a6a019a679689e74d3eb226cb2146ae0e3d.tar.gz gigologadmin-a5d22a6a019a679689e74d3eb226cb2146ae0e3d.tar.bz2 gigologadmin-a5d22a6a019a679689e74d3eb226cb2146ae0e3d.zip |
Fix typo in concert class, eventling -> eventlink
-rw-r--r-- | includes/concert.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |