Skip to content

Commit

Permalink
oh for gods' sakegit push
Browse files Browse the repository at this point in the history
  • Loading branch information
Radek-Suski committed Mar 3, 2016
1 parent 2b394ef commit 7ccf27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/components/com_admin/models/sysinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ protected function cleanPrivateData($dataArray, $dataType = 'other')

if (in_array($section, $privateSettings, true))
{
if( strstr($values, JPATH_ROOT))
if(strstr($values, JPATH_ROOT))
{
$dataArray[$section] = 'xxxxxx';
}
Expand Down

0 comments on commit 7ccf27d

Please sign in to comment.