diff options
Diffstat (limited to 'includes/concert.php')
-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; } |