diff --git a/www/include/Administration/brokerPerformance/brokerPerformance.php b/www/include/Administration/brokerPerformance/brokerPerformance.php
index 190c70e1c08a9bbf7424d401cf8b5595a00b4847..e288a00bc2a8bbb40bffc1b73292ed651b5fdebe 100644
--- a/www/include/Administration/brokerPerformance/brokerPerformance.php
+++ b/www/include/Administration/brokerPerformance/brokerPerformance.php
@@ -254,7 +254,7 @@ $queryStatName = "SELECT config_name, cache_directory "
     . "AND ns_nagios_server = :id";
 try {
     $stmt = $pearDB->prepare($queryStatName);
-    $stmt->bindParam(':id', $selectedPoller, PDO:PARAM_INT);
+    $stmt->bindParam(':id', $selectedPoller, PDO::PARAM_INT);
     $stmt->execute();
     if (!$stmt->rowCount()) {
         $tpl->assign('msg_err', _('No statistics file defined for this poller'));