Update Pages 'cHandle'

Permalink
How I can updat 'cHandle' from form. Is there some bug, at least documentation and api has awful naming

$page = Page::getByID($pageId);
$update = array(
'cName' => $name,
'cHandle' => $url

);
$page->update($update);

 
mrowell replied on at Permalink Reply
mrowell
pumppi,

I think you need a $page->rescanCollectionPath();

see http://www.concrete5.org/index.php?cID=366398...