Score: Neutral
Line-by-line comments:
File:
/branches/1.0/patch/1.0.2/patch_02/src/assets/plugins/tinymce/tinymce.linklist.php
(r512)
===============================================================================
Line 36: $manage_path = '../../../manager/';
-------------------------------------------------------------------------------
This is not the right path to the manager. Maybe the location of this file
was changed?
It should be:
$manage_path = '../../../../manager/';
For more information:
http://code.google.com/p/modx-ja/source/detail?r=512
General Comment:
http://code.google.com/p/modx-ja/source/browse/trunk/assets/plugins/tinymce/inc/tinymce.linklist.php
here?