Skip to content

Commit

Permalink
Add notice to the Publish pages if sorting cannot be changed. RE: #2109
Browse files Browse the repository at this point in the history
  • Loading branch information
brendo committed Jul 13, 2014
1 parent 0945a6a commit fa32adc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions symphony/content/content.publish.php
Expand Up @@ -245,6 +245,9 @@ public function __viewIndex()
Page::HTTP_STATUS_NOT_FOUND
);
}
else if (!is_writable(CONFIG)) {
$this->pageAlert(__('The Symphony configuration file, %s, is not writable. The sort order cannot be modified.', array('<code>/manifest/config.php</code>')), Alert::NOTICE);
}

$section = SectionManager::fetch($section_id);

Expand Down

0 comments on commit fa32adc

Please sign in to comment.