Completed
Push — 7LTS_compatible ( 5f0c16...298fda )
by Tomas Norre
59:49 queued 16:44
created
Classes/BeModules/Modfunc1.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -279,6 +279,9 @@
 block discarded – undo
279 279
 		return $output;
280 280
 	}
281 281
 
282
+	/**
283
+	 * @param boolean $stat
284
+	 */
282 285
 	protected function _getStatusImage($stat) {
283 286
 		if ($stat) {
284 287
 			return '<img src="' . $GLOBALS['BACK_PATH'] . '../typo3conf/ext/languagevisibility/Resources/Public/Icons/ok.gif">';
Please login to merge, or discard this patch.