blob: 3edaab428d0e1696271b09a95493ba151dc70f0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Fixes editing contacts.
diff -r de15e2f26408 turba/lib/Driver/share.php
--- a/turba/lib/Driver/share.php Tue Oct 02 12:25:42 2007 +0200
+++ b/turba/lib/Driver/share.php Tue Oct 02 12:38:50 2007 +0200
@@ -58,7 +58,7 @@ class Turba_Driver_share extends Turba_D
*/
function getName()
{
- $share_parts = explode(':', $this->_share->getName());
+ $share_parts = explode(':', $this->_share->getId());
return array_pop($share_parts);
}
|