From 38c6e2ce8badf6446789bbacbcbea75e75bea41b Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 22 Apr 2021 08:50:28 +0200 Subject: Fix wrong property name in Concert::cname() --- includes/concert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/concert.php b/includes/concert.php index 579fb16..37e8fe3 100644 --- a/includes/concert.php +++ b/includes/concert.php @@ -189,7 +189,7 @@ if ( !class_exists('GiglogAdmin_Concert') ) { public function cname() { - return $this->wpgconcert_name; + return $this->cname; } public function venue() { -- cgit v1.2.3