Test->lib returns the correct path
This commit is contained in:
parent
682cf97651
commit
741fc64d63
1 changed files with 1 additions and 1 deletions
|
|
@ -422,7 +422,7 @@ Returns the full path to the WebGUI lib directory, usually /data/WebGUI/lib.
|
|||
|
||||
=cut
|
||||
|
||||
my $webgui_lib = realpath( catdir( dirname( __FILE__ ), (updir) x 3 ) );
|
||||
my $webgui_lib = realpath( catdir( dirname( __FILE__ ), (updir) x 1 ) );
|
||||
sub lib {
|
||||
return $webgui_lib;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue