Commit 736e36d4 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

account: fix uninitialized value warning

parent 59c677ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@
				<th scope="row">Web Hook</th>
				<td>
					<a href="/account/hooks"><i class="material-icons">edit</i></a>
					% if ($hook->{enabled} == 0) {
					% if (not $hook->{enabled}) {
						<span style="color: #999999;">Nicht eingerichtet</span>
					% }
					% elsif ($hook->{latest_run}->epoch == 0) {