From e492cc39160c5aa94c27a084dcd90f66fab91863 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 21 Apr 2021 21:22:30 +0200 Subject: Typo in comment for Concert constructor. --- includes/concert.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/concert.php') diff --git a/includes/concert.php b/includes/concert.php index 462586d..f762d79 100644 --- a/includes/concert.php +++ b/includes/concert.php @@ -15,8 +15,8 @@ if ( !class_exists('GiglogAdmin_Concert') ) { private $tickets; private $eventlink; - /* - * Constructs a new venue object from an array of attributes. + /* + * Constructs a new concert object from an array of attributes. * The attributes are expected to be named as in the database, * so this constructor can be used to construct the object * directly from the database row. -- cgit v1.2.3