diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2021-04-21 21:22:30 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2021-04-21 21:23:08 +0200 |
commit | e492cc39160c5aa94c27a084dcd90f66fab91863 (patch) | |
tree | 7000163adfbbeaa5e23e8d5329b7074072226a00 | |
parent | fc1865cd0f9155e63d519c2dee0daf49422b1d57 (diff) | |
download | gigologadmin-e492cc39160c5aa94c27a084dcd90f66fab91863.tar.gz gigologadmin-e492cc39160c5aa94c27a084dcd90f66fab91863.tar.bz2 gigologadmin-e492cc39160c5aa94c27a084dcd90f66fab91863.zip |
Typo in comment for Concert constructor.
-rw-r--r-- | includes/concert.php | 4 |
1 files changed, 2 insertions, 2 deletions
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. |