Merge branch 'development' of https://github.com/MPOS/php-mpos into development

This commit is contained in:
Sebastian Grewe 2014-05-16 15:58:01 +02:00
commit 1ba3055481

View File

@ -390,7 +390,7 @@ $aSettings['system'][] = array(
'options' => array( 0 => 'No', 1 => 'Yes'),
'default' => 0,
'name' => 'disable_worker_edit', 'value' => $setting->getValue('disable_worker_edit'),
'tooltip' => 'No worker editing without valid Payout Address set in User Config.'
'tooltip' => 'No worker editing without valid Payout Address set in Account Settings.'
);
$aSettings['system'][] = array(
'display' => 'IRC Chat Channel', 'type' => 'text',