Merge pull request #17037 from dolibit-ut/patch-197
Update canvas.class.php
This commit is contained in:
commit
fa83b28505
@ -195,7 +195,7 @@ class Canvas
|
|||||||
|
|
||||||
|
|
||||||
// This functions should not be used anymore because canvas should contains only templates.
|
// This functions should not be used anymore because canvas should contains only templates.
|
||||||
// http://wiki.dolibarr.org/index.php/Canvas_development
|
// https://wiki.dolibarr.org/index.php/Canvas_development
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return if a canvas contains an action controller
|
* Return if a canvas contains an action controller
|
||||||
@ -216,7 +216,7 @@ class Canvas
|
|||||||
* @param string $action Action string
|
* @param string $action Action string
|
||||||
* @param int $id Object id
|
* @param int $id Object id
|
||||||
* @return mixed Return return code of doActions of canvas
|
* @return mixed Return return code of doActions of canvas
|
||||||
* @see http://wiki.dolibarr.org/index.php/Canvas_development
|
* @see https://wiki.dolibarr.org/index.php/Canvas_development
|
||||||
*/
|
*/
|
||||||
public function doActions(&$action = 'view', $id = 0)
|
public function doActions(&$action = 'view', $id = 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user