Remove wrong return.

This commit is contained in:
euromark 2014-05-08 01:46:08 +02:00
parent 0e37f1bf27
commit 1caf1cac4b

View file

@ -306,7 +306,7 @@ class Configure {
}
}
return self::write($values);
self::write($values);
}
/**