Explorar el Código

Fix reg /vorgeschlagen

Daniel hace 8 años
padre
commit
c66f7d19a4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/views/suggest.blade.php

+ 1 - 1
app/views/suggest.blade.php

@@ -27,7 +27,7 @@
 				$vp = $film->upvotes; 
 				$np = $film->downvotes;
 				?>
-			<span class="glyphicon glyphicon-transfer"></span>&nbsp;{{ $np != null ? $vp + $np : $film->votes }}
+			<span class="glyphicon glyphicon-transfer"></span>&nbsp;{{ !is_null($np) ? $vp + $np : $film->votes }}
 		</td>
 		<td>
 			@if(($vp) > 0) 		<span class="label label-default">+{{$vp}}</span>