Skip to content

Commit 0336b02

Browse files
committed
Fix sql error
1 parent fdf21f3 commit 0336b02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

inc/reserveip.class.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ static function getTypeName($nb = 0) {
4545
return __("Reserve");
4646
}
4747

48+
public static function getTable($classname = null) {
49+
return "glpi_plugin_addressing_addressings";
50+
}
51+
4852
/**
4953
* @param $ip
5054
*

0 commit comments

Comments
 (0)