From ea6f2b73dae4c120e304b1906da8157c916b736f Mon Sep 17 00:00:00 2001
From: Rasmus Fuhse <fuhse@data-quest.de>
Date: Tue, 20 Jun 2017 15:19:45 +0200
Subject: [PATCH] re #77

---
 controllers/presenting.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/controllers/presenting.php b/controllers/presenting.php
index 798f389..2e01287 100755
--- a/controllers/presenting.php
+++ b/controllers/presenting.php
@@ -267,7 +267,7 @@ class PresentingController extends MarketController
             $this->marketplugin['user_id'],
             PluginEngine::getURL($this->plugin, array(), "presenting/details/".$plugin_id),
             sprintf(_("Ihr Plugin %s wurde von %s bewertet."), $this->marketplugin['name'], get_fullname($GLOBALS['user']->id)),
-            null,
+            "",
             Assets::image_path("icons/blue/star.svg")
         );
 
-- 
GitLab