Skip to content

Commit 20868e5

Browse files
authored
[5.3] Remove autostart temp code (joomla#44287)
Thanks
1 parent 905ac90 commit 20868e5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

administrator/components/com_guidedtours/src/Table/TourTable.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,6 @@ public function store($updateNulls = true)
109109
$this->setTourUid();
110110
}
111111

112-
// set autostart
113-
// @todo: remove once autostart has been added to the tour form
114-
if (\is_null($this->autostart)) {
115-
$this->autostart = 0;
116-
}
117-
118112
// make sure the uid is unique
119113
$this->ensureUniqueUid();
120114

0 commit comments

Comments
 (0)