diff --git a/web/zm_html_view_montagefeed.php b/web/zm_html_view_montagefeed.php
index a333d3898..6458bccfe 100644
--- a/web/zm_html_view_montagefeed.php
+++ b/web/zm_html_view_montagefeed.php
@@ -38,7 +38,7 @@ if ( ZM_OPT_CONTROL )
}
else
{
- $sql = "select * from Monitors where M.Id = '$mid'";
+ $sql = "select * from Monitors where Id = '$mid'";
}
$result = mysql_query( $sql );
if ( !$result )