summaryrefslogtreecommitdiffstats
path: root/includes/concert.php
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-04-21 21:22:30 +0200
committerHarald Eilertsen <haraldei@anduin.net>2021-04-21 21:23:08 +0200
commite492cc39160c5aa94c27a084dcd90f66fab91863 (patch)
tree7000163adfbbeaa5e23e8d5329b7074072226a00 /includes/concert.php
parentfc1865cd0f9155e63d519c2dee0daf49422b1d57 (diff)
downloadgigologadmin-e492cc39160c5aa94c27a084dcd90f66fab91863.tar.gz
gigologadmin-e492cc39160c5aa94c27a084dcd90f66fab91863.tar.bz2
gigologadmin-e492cc39160c5aa94c27a084dcd90f66fab91863.zip
Typo in comment for Concert constructor.
Diffstat (limited to 'includes/concert.php')
-rw-r--r--includes/concert.php4
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.