summaryrefslogtreecommitdiff
path: root/lib/exe
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2011-01-15 09:46:17 +0100
committerAndreas Gohr <andi@splitbrain.org>2011-01-15 09:47:01 +0100
commitd83e78edb7657053f07161bbace2dba26ee83905 (patch)
tree839a074194674519b4a75fa8df604a4d44b7f57b /lib/exe
parentbced4159c8c5f1b4da2e98b2242c2ec1c09ec74e (diff)
downloadrpg-d83e78edb7657053f07161bbace2dba26ee83905.tar.gz
rpg-d83e78edb7657053f07161bbace2dba26ee83905.tar.bz2
added missing change for path length shortener in ajax backend
Diffstat (limited to 'lib/exe')
-rw-r--r--lib/exe/ajax.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/ajax.php b/lib/exe/ajax.php
index 540399a59..1939a7bcb 100644
--- a/lib/exe/ajax.php
+++ b/lib/exe/ajax.php
@@ -66,7 +66,7 @@ function ajax_qsearch(){
} else {
$ns = getNS($id);
if($ns){
- $name = shorten(noNS($id), ' ('.$ns.')',30);
+ $name = noNS($id).' ('.$ns.')';
}else{
$name = $id;
}