Merge branch 'master' of https://github.com/librenms/librenms into fixifaliasparse

This commit is contained in:
Mickael Marchand
2015-05-11 12:33:18 +02:00
3 changed files with 10 additions and 7 deletions

View File

@@ -60,7 +60,7 @@ function rrdtool_pipe_open(&$rrd_process, &$rrd_pipes)
* @param array rrd_pipes
*/
function rrdtool_pipe_close(&$rrd_process, &$rrd_pipes)
function rrdtool_pipe_close($rrd_process, &$rrd_pipes)
{
global $debug;