mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated files pointing to invalid tables
This commit is contained in:
+1
-1
@@ -286,7 +286,7 @@ function device_by_name($name, $refresh = 0)
|
||||
|
||||
function accesspoint_by_id($ap_id, $refresh = '0') {
|
||||
|
||||
$ap = dbFetchRow("SELECT * FROM `accesspoint` WHERE `accesspoint_id` = ?", array($ap_id));
|
||||
$ap = dbFetchRow("SELECT * FROM `access_points` WHERE `accesspoint_id` = ?", array($ap_id));
|
||||
|
||||
return $ap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user